CSSComputedStyleProperty

data class CSSComputedStyleProperty(name: String, value: String)

Constructors

CSSComputedStyleProperty
Link copied to clipboard
fun CSSComputedStyleProperty(name: String, value: String)

Properties

name
Link copied to clipboard
val name: String
Computed style property name.
value
Link copied to clipboard
val value: String
Computed style property value.

Sources

jvm source
Link copied to clipboard